HomeSort by relevance Sort by last modified time
    Searched full:initial (Results 126 - 150 of 10250) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/res/res/raw-zh-rTW-xlarge/
incognito_mode_start_page.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
  /external/chromium_org/chrome/browser/metrics/
signin_status_metrics_provider_unittest.cc 29 // Initial status is all signed in and then a signed-in browser is opened.
35 // Initial status is all signed in and then a signed-out browser is opened.
41 // Initial status is all signed out and then a signed-in browser is opened.
47 // Initial status is all signed out and then a signed-out browser is opened.
53 // Initial status is mixed and then a signed-in browser is opened.
59 // Initial status is mixed and then a signed-out browser is opened.
70 // Initial status is all signed out and then one of the profiles is signed in.
77 // Initial status is mixed and then one of the profiles is signed in.
88 // Initial status is all signed in and then one of the profiles is signed out.
94 // Initial status is mixed and then one of the profiles is signed out
    [all...]
  /external/chromium_org/ash/accelerators/
key_hold_detector.h 51 // INITIAL --(first press)--> PRESSED --(release)--> INITIAL[SEND PRESS]
54 // INITIAL --(first press)--> PRESSED --(press)-->
56 // INITIAL[OnKeyUnhold]
58 INITIAL,
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 52 Initial(JET_APP_INIT);
57 Initial(JET_DOC_OPEN);
65 Initial(JET_DOC_WILLPRINT);
72 Initial(JET_DOC_DIDPRINT);
79 Initial(JET_DOC_WILLSAVE);
85 Initial(JET_DOC_DIDSAVE);
92 Initial(JET_DOC_WILLCLOSE);
99 Initial(JET_PAGE_OPEN);
106 Initial(JET_PAGE_CLOSE);
113 Initial(JET_PAGE_INVIEW);
    [all...]
  /external/valgrind/main/none/tests/s390x/
condloadstore.c 5 #define LOAD_REG_MEM(insn, s, ccset, initial, mask) \
7 register unsigned long target asm("1") = initial; \
24 "%d for cc %d: %16.16lX\n",s, initial, \
29 #define LOAD_REG_REG(insn, s, ccset, initial, mask) \
31 register unsigned long target asm("1") = initial; \
47 "%d for cc %d: %16.16lX\n",s, initial, \
51 #define STORE_REG_REG(insn, s, ccset, initial, mask) \
53 unsigned long target = initial; \
70 "%d for cc %d: %16.16lX\n",s, initial, \
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 22 off_t initial; local
32 initial = lseek(fd, 123, SEEK_SET);
33 if (123 != initial)
34 err(1, "initial off_t differs from 123 (TEST FAILED)");
36 err(1, "zero offset from initial differs from 123 (TEST FAILED)");
51 errx(1, "zero offset from initial after mmap differs from 123 (TEST FAILED)");
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 29 * the initial code leaked heap memory each time a formatted double was printed
37 size_t initial = dlmalloc_footprint(); local
49 printf( "OK: initial = %ld, final == %ld\n", (long)initial, (long)final );
52 fprintf(stderr, "KO: initial == %ld, final == %ld\n", (long)initial, (long)final );
  /external/chromium_org/content/test/data/service_worker/
imports_bust_memcache.html 17 console.log('initial unregistration done');
21 console.log('initial registration done');
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
meta-viewport-initial-scale-wide-content.html 3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 This green box should fully fill the initial viewport, and the text within it
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-legacy-merge-quirk-1.html 11 <meta name="viewport" content="initial-scale=1.0">
14 <meta name="viewport" content="width=640,initial-scale=1.0,user-scalable=0">
viewport-legacy-xhtmlmp.html 8 handheld devices, hence using the viewport size as the initial containing
12 width=device-width, height=device-height, initial-scale=1
viewport-90.html 7 <meta name="viewport" content="width=700, initial-scale=0.5">
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.h 34 __attribute__((tls_model("initial-exec")));
37 __attribute__((tls_model("initial-exec")));
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_console_unittest.py 19 initial = self._tab.EvaluateJavaScript('window.__logCount')
22 return current > initial
  /external/mesa3d/src/mapi/mapi/
u_current.h 34 __attribute__((tls_model("initial-exec")));
37 __attribute__((tls_model("initial-exec")));
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostCtsActivity.java 29 * It contains an initial tab whose tag is INITIAL_TAB_TAG and label is INITIAL_TAB_LABEL.
32 public static final String INITIAL_TAB_TAG = "initial tag";
33 public static final String INITIAL_TAB_LABEL = "initial label";
34 public static final String INITIAL_VIEW_TEXT = "initial view text";
  /external/chromium_org/chrome/browser/ui/views/frame/
scroll_end_effect_controller_ash.cc 18 // TODO(rharrison): Implement initial version of scroll end effect
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker.h 42 // Returns the initial list of managed bookmarks, which can be passed to
43 // LoadInitial() to do the initial load.
46 // Loads the initial managed bookmarks in |list| into |folder|. New nodes
54 // be called after loading the initial bookmarks.
  /external/chromium_org/ppapi/shared_impl/
ppb_tcp_socket_shared.cc 13 DCHECK(state_ == INITIAL || state_ == CONNECTED);
62 return state_ == INITIAL;
64 return state_ == INITIAL || state_ == BOUND;
85 return state_ != INITIAL && state_ != CLOSED;
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
find_in_page.html 4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskCache.cpp 14 // We need an initial frame to capture the clip state prior to
  /external/compiler-rt/test/asan/TestCases/Linux/
asan_dlopen_test.cc 15 // CHECK: ASan runtime does not come first in initial library list
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/
plugin.properties 9 # IBM Corporation - initial API and implementation
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
launcher.gtk.linux.x86.properties 9 # IBM Corporation - initial API and implementation
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/
launcher.win32.win32.x86.properties 9 # IBM Corporation - initial API and implementation

Completed in 3397 milliseconds

1 2 3 4 56 7 8 91011>>