HomeSort by relevance Sort by last modified time
    Searched defs:chosen (Results 1 - 14 of 14) sorted by null

  /external/android-clat/
config.c 246 in_addr_t chosen = INADDR_NONE; local
250 return chosen;
263 chosen = htonl(ipv4);
269 return chosen;
  /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/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/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/qemu/android/camera/
camera-capture-linux.c 48 * an instance of this structure describing pixel format chosen for the camera
755 int chosen = -1; local
764 chosen = _get_format_index(_preferred_formats[f], formats, num_pix_fmts);
765 if (chosen >= 0) {
769 if (chosen < 0) {
770 /* Camera doesn't support any of the chosen formats. Then it doesn't
772 chosen = 0;
777 cis->pixel_format = formats[chosen].format;
778 cis->frame_sizes_num = formats[chosen].dim_num;
780 cis->frame_sizes = formats[chosen].dims
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
FlashlightController.java 152 Size chosen = outputSizes[0]; local
154 if (chosen.getWidth() >= s.getWidth() && chosen.getHeight() >= s.getHeight()) {
155 chosen = s;
158 return chosen;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 150 final View chosen = recyclerView.getChildAt(recyclerView.getChildCount() - 2); local
151 final int position = recyclerView.getChildLayoutPosition(chosen);
155 delegateCompat.onInitializeAccessibilityNodeInfo(chosen, info);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 926 ICompletionProposal chosen = null; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 869 milliseconds