HomeSort by relevance Sort by last modified time
    Searched full:found (Results 26 - 50 of 17120) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/res/values-rm/
strings.xml 20 <!-- no translation found for people (1048457247435785074) -->
29 <!-- no translation found for contactPickerActivityTitle (4301062192337417640) -->
38 <!-- no translation found for editGroupDescription (6321161304201540561) -->
40 <!-- no translation found for insertGroupDescription (5658512271662210139) -->
42 <!-- no translation found for contactDetailAbout (5430408883907061400) -->
44 <!-- no translation found for contactDetailUpdates (3780588624763446941) -->
53 <!-- no translation found for menu_editContact (9042415603857662633) -->
55 <!-- no translation found for menu_deleteContact (6788644058868189393) -->
60 <!-- no translation found for menu_editGroup (5062005185370983720) -->
62 <!-- no translation found for menu_deleteGroup (3486380004411482874) --
    [all...]
  /packages/apps/Settings/res/values-rm/
strings.xml 22 <!-- no translation found for header_category_wireless_networks (4944823405420438623) -->
24 <!-- no translation found for header_category_device (5781174212691167553) -->
26 <!-- no translation found for header_category_personal (6225932173498802187) -->
28 <!-- no translation found for header_category_system (2073558547468647128) -->
32 <!-- no translation found for sms_over_ims_on (5085290395865632925) -->
34 <!-- no translation found for sms_over_ims_off (8354792045992793959) -->
36 <!-- no translation found for ims_reg_required_on (3885152087309614653) -->
38 <!-- no translation found for ims_reg_required_off (1720570343422743943) -->
40 <!-- no translation found for lte_ram_dump_on (8568568019520172177) -->
42 <!-- no translation found for lte_ram_dump_off (2514507918652378283) --
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/
mappy_content_script.js 9 // Return null if none is found.
11 var found;
21 found = node;
27 if (found) {
29 if (found.childNodes.length) {
30 for (var i = 0; i < found.childNodes.length; ++i) {
31 text += found.childNodes[i].textContent + " ";
34 text = found.textContent;
38 console.log("found: " + match[0]);
42 console.log("bad initial match: " + found.textContent)
    [all...]
  /packages/apps/Browser/res/values-rm/
strings.xml 21 <!-- no translation found for uploads_disabled (463761197575372994) -->
23 <!-- no translation found for new_tab (7971857320679510529) -->
25 <!-- no translation found for new_incognito_tab (3606197964239039478) -->
30 <!-- no translation found for tab_snapshots (1449241204980265186) -->
32 <!-- no translation found for added_to_bookmarks (4028710765672851635) -->
34 <!-- no translation found for removed_from_bookmarks (546648923924996722) -->
51 <!-- no translation found for ssl_go_back (4598951822061593819) -->
53 <!-- no translation found for ssl_untrusted (7754507359360636447) -->
55 <!-- no translation found for ssl_mismatch (3809794439740523641) -->
58 <!-- no translation found for ssl_not_yet_valid (8193083327719048247) --
    [all...]
  /packages/apps/Camera/res/values-rm/
strings.xml 20 <!-- no translation found for cannot_connect_camera (955440687597185163) -->
22 <!-- no translation found for camera_disabled (8923911090533439312) -->
29 <!-- no translation found for no_storage (7335975356349008814) -->
31 <!-- no translation found for no_storage (5137703033746873624) -->
33 <!-- no translation found for not_enough_space (6452370395538050134) -->
36 <!-- no translation found for preparing_sd (6104019983528341353) -->
39 <!-- no translation found for access_sd_fail (8147993984037859354) -->
41 <!-- no translation found for access_sd_fail (1584968646870054352) -->
44 <!-- no translation found for confirm_restore_message (6649481842684452641) -->
46 <!-- no translation found for review_play (6378271587740884696) --
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_infobar_module_constants.cc 3 // found in the LICENSE file.
12 const char kNoCurrentWindowError[] = "No current browser window was found";
13 const char kTabNotFoundError[] = "Specified tab (or default tab) not found";
  /external/libvpx/vp8/decoder/
decodemv.h 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vp8/encoder/
modecosts.h 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/vpx_ports/
config.h 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 10 expectEq(null, dnsResolve("not-found"));
11 expectEq("", dnsResolveEx("not-found"));
13 expectEq(false, isResolvable("not-found"));
14 expectEq(false, isResolvableEx("not-found"));
  /external/chromium/net/socket_stream/
socket_stream_job_manager.cc 3 // found in the LICENSE file.
35 FactoryMap::const_iterator found = factories_.find(scheme); local
36 if (found != factories_.end()) {
37 SocketStreamJob* job = found->second(url, delegate);
52 FactoryMap::iterator found = factories_.find(scheme); local
53 if (found != factories_.end()) {
54 old_factory = found->second;
60 } else if (found != factories_.end()) {
61 factories_.erase(found);
  /external/clang/test/Driver/
nostdincxx.cpp 3 // CHECK: file not found
  /external/clang/test/Parser/
objc-messaging-1.m 7 [a ii]; // expected-warning{{not found}}
8 [a if: 1 :2]; // expected-warning{{not found}}
9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \
11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \
13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \
15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
17 [a long: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
19 [a : "Hello\n" :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
23 [a, b, c foo]; // expected-warning{{not found}} \
  /external/clang/test/Preprocessor/
_Pragma-dependency2.c 4 DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}}
  /external/clang/test/SemaObjC/
method-not-defined.m 10 [[Foo alloc] init]; // expected-warning {{class method '+alloc' not found (return type defaults to 'id')}} expected-warning {{instance method '-init' not found (return type defaults to 'id')}}
11 [fooObj notdefined]; // expected-warning {{instance method '-notdefined' not found (return type defaults to 'id')}}
12 [obj whatever:1 :2 :3]; // expected-warning {{instance method '-whatever:::' not found (return type defaults to 'id'))}}
  /external/clang/test/SemaObjCXX/
warn-strict-selector-match.mm 9 - (id) meth1: (Derived *)arg1; // expected-note {{also found}}
10 - (Base *) window; // expected-note {{also found}}
16 [r meth1:r]; // expected-warning {{multiple methods named 'meth1:' found [-Wstrict-selector-match]}}
17 [r window]; // expected-warning {{multiple methods named 'window' found [-Wstrict-selector-match]}}
  /external/e2fsprogs/tests/f_expand/
expect.1.gz 
  /external/llvm/test/Assembler/
2004-03-30-UnclosedFunctionCrash.ll 1 ; RUN: not llvm-as %s |& grep {found end of file when expecting more instructions}
  /external/webkit/Source/WebCore/manual-tests/
mask-composite-missing-images.html 9 -webkit-mask-image: url(url-not-found), url(url-not-found), url(url-not-found), url(url-not-found), url(url-not-found), url(url-not-found), url(url-not-found), url(url-not-found), url(url-not-found);
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
spl_version.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
14 * The description header can be found in signal_processing_library.h
  /external/clang/test/CXX/basic/basic.scope/basic.scope.hiding/
p2.cpp 5 struct X { // expected-note{{candidate found by name lookup}}
14 } X; // expected-note{{candidate found by name lookup}}
  /external/oprofile/m4/
kerneloption.m4 1 dnl AX_KERNEL_OPTION(option, action-if-found, action-if-not-found)
  /external/clang/test/SemaCXX/
member-name-lookup.cpp 3 int a; // expected-note 4{{member found by ambiguous name lookup}}
5 static int c; // expected-note 2{{member found by ambiguous name lookup}}
12 void f(float); // expected-note 2{{member found by ambiguous name lookup}}
19 int d; // expected-note 2{{member found by ambiguous name lookup}}
23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}}
27 int c; // expected-note 2{{member found by ambiguous name lookup}}
28 int d; // expected-note 2{{member found by ambiguous name lookup}}
30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}}
38 d.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}}
40 d.c; // expected-error{{member 'c' found in multiple base classes of different types}
    [all...]
  /packages/apps/Exchange/res/values-rm/
strings.xml 28 <!-- no translation found for meeting_allday (6696389765484663513) -->
30 <!-- no translation found for meeting_allday_recurring (2320264182781062684) -->
33 <!-- no translation found for app_name (5316597712787122829) -->
37 <!-- no translation found for policy_dont_allow_attachments (7924303012593832731) -->
39 <!-- no translation found for policy_dont_allow_storage_cards (5600453721690619515) -->
41 <!-- no translation found for policy_dont_allow_unsigned_apps (7391405270957498716) -->
43 <!-- no translation found for policy_dont_allow_unsigned_installers (8124763529572916905) -->
45 <!-- no translation found for policy_dont_allow_wifi (8972952227139360866) -->
47 <!-- no translation found for policy_dont_allow_text_messaging (2705534889421216691) -->
49 <!-- no translation found for policy_dont_allow_pop_imap (1563948038306495433) --
    [all...]
  /external/webkit/LayoutTests/fast/dom/NodeList/
invalidate-node-lists-when-parsing.html 27 var found = containsElementWithId(document.body, elementId);
40 return testName + ": " + (found ? "found" : "not found");
43 var found = false;
46 found = true;
49 for (var i=0; !found && i < children.length; i++)
50 found = containsElementWithId(children[i], id);
53 return found;
60 <p>If the test passes, you should see &quot;before: not found&quot;, &quot;after: found&quot; and &quot;onload: found&quot;.</p
    [all...]

Completed in 1328 milliseconds

12 3 4 5 6 7 8 91011>>