HomeSort by relevance Sort by last modified time
    Searched refs:l2 (Results 601 - 625 of 951) sorted by null

<<21222324252627282930>>

  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 71 volatile long2 l2;
302 l2 = rsGetElementAt_long2(aLong2, 0);
303 rsSetElementAt_long2(aLong2, l2, 0);
304 l2 = rsGetElementAt_long2(aLong2, 0, 0);
305 rsSetElementAt_long2(aLong2, l2, 0, 0);
306 l2 = rsGetElementAt_long2(aLong2, 0, 0, 0);
307 rsSetElementAt_long2(aLong2, l2, 0, 0, 0);
1183 rsDebug("", l2);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 602 char *l1, *l2, *l3; local
618 l2 = strtok_r(l1, "=", &saveptr_l2);
619 if (l2 != NULL) {
620 if (hdmi_modes_[index] == (uint32_t)atoi(l2)) {
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 687 char *l1 = NULL, *l2 = NULL, *l3 = NULL; local
703 l2 = strtok_r(l1, "=", &saveptr_l2);
704 if (l2 != NULL) {
705 if (hdmi_modes_[index] == (uint32_t)atoi(l2)) {
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_hdmi.cpp 687 char *l1 = NULL, *l2 = NULL, *l3 = NULL; local
703 l2 = strtok_r(l1, "=", &saveptr_l2);
704 if (l2 != NULL) {
705 if (hdmi_modes_[index] == (uint32_t)atoi(l2)) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 836 MockNodeChangeListener l2 = new MockNodeChangeListener(); local
848 pref.removeNodeChangeListener(l2);
862 MockPreferenceChangeListener l2 = new MockPreferenceChangeListener(); local
866 pref.removePreferenceChangeListener(l2);
    [all...]
  /external/mksh/src/
eval.c 1910 int l1, l2, l3; local
    [all...]
var.c 1147 struct block *l2; local
1152 for (l2 = l->next; l2 != NULL; l2 = l2->next) {
1153 vp2 = ktsearch(&l2->vars, vp->name, h);
    [all...]
  /external/valgrind/callgrind/
main.c 1882 Int l1, l2, l3; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-dom/0.7.2/
apache-mime4j-dom-0.7.2.jar 
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 3930 struct dir_ent *cur, *l1, *l2, *next; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer_test.go 426 l2 := fset.Position(i2.Pos()).Line
427 if l2 != l1 {
428 t.Errorf("got line %d; want %d for %s", l2, l1, i1.Name)
  /prebuilts/go/linux-x86/src/go/printer/
printer_test.go 426 l2 := fset.Position(i2.Pos()).Line
427 if l2 != l1 {
428 t.Errorf("got line %d; want %d for %s", l2, l1, i1.Name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
symbols.py 411 def list_eq(l1, l2):
412 return sorted(l1) == sorted(l2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
seq_tests.py 94 l2 = [0, 1]
99 u2 = self.type2test(l2)
test_index.py 174 l2 = lst.__imul__(self.n)
175 self.assertIs(l2, lst)
  /external/aac/libAACenc/src/
intensity.cpp 166 l2
176 const INT l2)
183 for (i=l1; i<l2; i++) {
  /external/python/cpython2/Lib/compiler/
symbols.py 411 def list_eq(l1, l2):
412 return sorted(l1) == sorted(l2)
  /external/python/cpython2/Lib/test/
seq_tests.py 103 l2 = [0, 1]
108 u2 = self.type2test(l2)
test_index.py 177 l2 = lst.__imul__(self.n)
178 self.assertIs(l2, lst)
  /external/strace/tests/
net-sockaddr.c 456 void *l2 = tail_memdup(&c_l2, sizeof(c_l2)); local
458 int ret = connect(-1, l2, len);
  /external/strace/tests-m32/
net-sockaddr.c 456 void *l2 = tail_memdup(&c_l2, sizeof(c_l2)); local
458 int ret = connect(-1, l2, len);
  /external/strace/tests-mx32/
net-sockaddr.c 456 void *l2 = tail_memdup(&c_l2, sizeof(c_l2)); local
458 int ret = connect(-1, l2, len);
  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 288 for (l1, l2) in zip(b1, b2):
289 if l1 != l2:
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 411 def list_eq(l1, l2):
412 return sorted(l1) == sorted(l2)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
seq_tests.py 94 l2 = [0, 1]
99 u2 = self.type2test(l2)

Completed in 922 milliseconds

<<21222324252627282930>>