HomeSort by relevance Sort by last modified time
    Searched refs:chosen (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 443 schedule_node *chosen = NULL; local
449 if (!chosen || n->unblocked_time < chosen_time) {
450 chosen = n;
456 assert(chosen);
457 chosen->remove();
458 next_block_header->insert_before(chosen->inst);
471 for (int i = 0; i < chosen->child_count; i++) {
472 schedule_node *child = chosen->children[i];
475 time + chosen->child_latency[i]);
488 if (chosen->inst->is_math())
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 443 schedule_node *chosen = NULL; local
449 if (!chosen || n->unblocked_time < chosen_time) {
450 chosen = n;
456 assert(chosen);
457 chosen->remove();
458 next_block_header->insert_before(chosen->inst);
471 for (int i = 0; i < chosen->child_count; i++) {
472 schedule_node *child = chosen->children[i];
475 time + chosen->child_latency[i]);
488 if (chosen->inst->is_math())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
options.js 27 // Default handler is checked. If we've chosen another provider, we must
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
example.js 33 // Handle a file being chosen from the <input type=file...> tag.
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 19 @ Make sure the architecture chosen by LLVM defaults to a compatible
  /external/android-clat/
config.c 246 in_addr_t chosen = INADDR_NONE; local
250 return chosen;
263 chosen = htonl(ipv4);
269 return chosen;
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 77 int chosen = Hashing.consistentHash(h, shards); local
78 if (chosen != last) {
80 last = chosen;
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 42 // chosen for the callee here is the same as the one that will be chosen for the first non-this argument below,
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 212 chosen = self.dbg.GetFilterForType(lldb.SBTypeNameSpecifier("JustAStruct"))
213 self.assertTrue(chosen.count == 2, "wrong filter found for JustAStruct")
214 self.assertTrue(chosen.GetExpressionPathAtIndex(0) == 'C', "wrong item at index 0 for JustAStruct")
215 self.assertTrue(chosen.GetExpressionPathAtIndex(1) == 'F', "wrong item at index 1 for JustAStruct")
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 33 # is chosen so that it is just below the value that triggers the addition of +1
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
node_search_widget.js 7 * to sync selection when chosen.
  /external/chromium_org/tools/profile_chrome/
main.py 123 'the chosen comma-delimited systrace categories. You '
134 'the chosen comma-delimited event categories. '
  /build/core/
dumpvar.mk 3 # what to add to the path given the config we have chosen.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.
regress-create-exception.js 43 // garbage collector. 93 is chosen to be a prime number to avoid the
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 60 // Value chosen based on kGenerousAllocationCount = 8.
division-by-constant.js 81 // Some "randomly" chosen numbers.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 52 # that are chosen.
68 # of the characters that are chosen.
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 375 /* save link name until the bit version is chosen */
395 /* verify that the TOS is agreed and a bit version is chosen */
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 374 /* save link name until the bit version is chosen */
394 /* verify that the TOS is agreed and a bit version is chosen */
  /external/libvorbis/doc/
07-floor1.tex 48 Consider the following example, with values chosen for ease of
107 books were chosen for representation in a given packet. The
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 463 /* save link name until the bit version is chosen */
483 /* verify that the TOS is agreed and a bit version is chosen */
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 59 alternative has been chosen successfully and the prediction procedure ends. If
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_engine.js 8 * The speech rule engine chooses and applies speech rules. Rules are chosen
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 52 // Depending on the key type chosen, this will contain the plain text password

Completed in 548 milliseconds

1 2