HomeSort by relevance Sort by last modified time
    Searched full:empty (Results 651 - 675 of 11665) sorted by null

<<21222324252627282930>>

  /packages/experimental/AndroidVendorSecurityTool/
aliases 2 alias immune=' (adb root && sleep 1 && aremount && adb push empty /system/bin/profile && adb shell chown root /system/bin/profile && adb shell chmod 4755 /system/bin/profile)'
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
ArraysCompatUtilsTests.java 36 assertEquals("empty", ~0, index);
38 assertEquals("empty compat", ~0, compat);
44 assertEquals("empty", ~mid, index);
46 assertEquals("empty compat", ~mid, compat);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
TOOLCHAIN_SOURCES 6 toolchain/gold.git: 8d401cf711539af5a2f78d12447341d774892618 Empty initial commit.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 9 /* Get all debug things, potentially only empty macros if none of
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 9 /* Get all debug things, potentially only empty macros if none of
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 9 /* Get all debug things, potentially only empty macros if none of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DeclareStyleableInfo.java 28 /** Attributes for this view or view group. Can be empty but never null. */
38 * @param styleName The name of the style. Should not be empty nor null.
50 * @param styleName The name of the style. Should not be empty nor null.
78 /** Returns the attributes for this view or view group. Maybe empty but not null. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngineTest.java 34 // Here to avoid warning that RulesEngineTest is empty
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest.cc 112 // SBProcessSubs does a lot of iteration, run through empty just to
123 EXPECT_TRUE(add_prefixes.empty());
124 EXPECT_TRUE(sub_prefixes.empty());
125 EXPECT_TRUE(add_hashes.empty());
126 EXPECT_TRUE(sub_hashes.empty());
237 EXPECT_TRUE(add_prefixes.empty());
238 EXPECT_TRUE(add_hashes.empty());
255 EXPECT_TRUE(add_prefixes.empty());
256 EXPECT_TRUE(add_hashes.empty());
257 EXPECT_TRUE(sub_prefixes.empty());
    [all...]
  /external/chromium/chrome/browser/service/
service_process_control.cc 64 DCHECK(tasks.empty());
69 DCHECK(tasks.empty());
75 DCHECK(tasks.empty());
80 DCHECK(connect_done_tasks_.empty());
81 DCHECK(connect_success_tasks_.empty());
82 DCHECK(connect_failure_tasks_.empty());
126 if (exe_path.empty()) {
137 if (!user_data_dir.empty())
142 if (!logging_level.empty())
147 if (!v_level.empty())
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 64 // edge labels not equal to the empty string "".
73 if (label.empty())
112 if (!Title.empty())
114 else if (!GraphName.empty())
122 if (!Title.empty())
124 else if (!GraphName.empty())
167 if (!NodeAttributes.empty()) O << NodeAttributes << ",";
238 if (DTraits.getEdgeSourceLabel(Node, EI).empty())
252 if (!Attr.empty())
284 if (!Attrs.empty())
    [all...]
  /external/valgrind/tsan/
suppressions.cc 133 if (!put_back_stack_.empty()) {
140 // Skip empty lines.
141 if (line.empty())
170 PARSER_CHECK(!s1.empty(), "expected non-empty tool(s) name");
171 PARSER_CHECK(!s2.empty(), "expected non-empty warning name");
252 if (line.empty())
258 PARSER_CHECK(!line.empty(), "expected suppression name");
262 PARSER_CHECK(!line.empty(), "expected tool[, tool]:warning_name line")
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
GenericSignatureParser.java 128 this.formalTypeParameters = ListOfVariables.EMPTY;
132 this.formalTypeParameters = ListOfVariables.EMPTY;
134 this.interfaceTypes = ListOfTypes.EMPTY;
154 this.formalTypeParameters = ListOfVariables.EMPTY;
159 this.formalTypeParameters = ListOfVariables.EMPTY;
160 this.parameterTypes = ListOfTypes.EMPTY;
161 this.exceptionTypes = ListOfTypes.EMPTY;
182 this.formalTypeParameters = ListOfVariables.EMPTY;
186 this.formalTypeParameters = ListOfVariables.EMPTY;
187 this.parameterTypes = ListOfTypes.EMPTY;
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
TextInputCallbackTest.java 52 * if prompt or defaultText is null or empty then expected IAE
57 fail("Prompt and DefaultText should not be empty");
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockDatagramChannel.java 74 // empty
78 // empty
  /external/chromium/base/json/
json_writer.h 38 // A static, constant JSON string representing an empty array. Useful
39 // for empty JSON argument passing.
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 93 // Computed and stored checksums should be empty.
101 // Computed and stored checksums should not be empty and should be equal.
102 EXPECT_FALSE(computed_checksum.empty());
103 EXPECT_FALSE(stored_checksum.empty());
124 // Computed and stored checksums should be empty.
134 // Computed and stored checksums should not be empty.
135 EXPECT_FALSE(computed_checksum->empty());
136 EXPECT_FALSE(stored_checksum.empty());
  /external/chromium/chrome/browser/chromeos/login/
username_view.h 29 // Empty |username| stands for guest user.
36 // Empty |username| stands for guest user.
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 46 // if link is not empty, then use template with link
47 if (!link.empty()) {
  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 44 if (key_file_.empty())
88 if (key_file_string.empty()) {
  /external/chromium/chrome/browser/policy/
policy_map.cc 47 bool PolicyMap::empty() const { function in class:policy::PolicyMap
48 return map_.empty();
user_policy_identity_strategy.cc 191 return !username->empty() && !auth_token->empty() && !device_id_.empty();
196 DCHECK(!device_id_.empty());
213 if (!GetCurrentUser().empty() &&
225 if (!token.empty() && !device_id.empty()) {
243 if (device_token_.empty()) {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.cc 31 if (json.empty()) {
32 NOTREACHED() << "Empty json string";
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.cc 45 if (previous_routing.empty() || previous_routing.count(model_type))
49 if (to_cleanup.empty())
  /external/chromium/chrome/browser/sync/util/
crypto_helpers.cc 28 CHECK(bin_digest_.empty());
33 if (bin_digest_.empty()) {

Completed in 5178 milliseconds

<<21222324252627282930>>