HomeSort by relevance Sort by last modified time
    Searched defs:same (Results 51 - 74 of 74) sorted by null

1 23

  /external/wpa_supplicant_8/src/utils/
edit.c 412 int same = common_len(c[0], c[i]); local
413 if (same < len)
414 len = same;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 1029 ihigh = width - 3; // change from width-1 to width-3 for the same reason as above
1037 if (jlow < -13) // same reason as above
1365 int i, j, same, num1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 860 /* upto 30% complexity saving with the same complexity */
1361 Int i, j, same, num1; local
    [all...]
  /external/openssl/apps/
apps.c 13 * included with this distribution is covered by the same copyright terms
634 int same; local
635 if(!arg2 || !arg1 || strcmp(arg1, arg2)) same = 0;
636 else same = 1;
638 *pass1 = app_get_pass(err, arg1, same);
642 *pass2 = app_get_pass(err, arg2, same ? 2 : 0);
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 916 Bool same, cmp_offsets, cmp_devino; local
920 same = nsegments[i].kind == SkAnonC
1035 Bool same; local
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 1245 int same = 0; local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 55 It takes an IRSB and produces a new one with the same meaning,
59 the same as after execution of the original. This is true
80 Same as minimal, but all the guest state is up to date at memory
275 the same value, after having appended extra IRTemp assignments to
825 overlapping (minoff,maxoff). The same has to happen for any events
1011 Bool same = sameIRExprs_aux(env, env[e1->Iex.RdTmp.tmp], local
1082 Bool same; local
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 227 * The facing of the camera is the same as that of the screen.
275 * the same camera is opened by other applications, this will throw a
429 * preview is necessary to take pictures. The same surface can be re-set
465 * preview is necessary to take pictures. The same surface texture can be
480 * instances of the same camera, or across multiple runs of the same
3747 private boolean same(String s1, String s2) { method in class:Camera.Parameters
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 708 public boolean same(HistoryItem o) { method in class:BatteryStats.HistoryItem
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
sdklib.jar 
  /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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1503 milliseconds

1 23