Searched refs:is (Results 701 - 725 of 7284) sorted by relevance

<<21222324252627282930>>

/external/smack/asmack-master/static-src/custom/de/measite/smack/
H A DSasl.java11 * distributed under the License is distributed on an "AS IS" BASIS,
84 boolean is = false;
89 is = true;
95 if (is) {
/external/smack/src/de/measite/smack/
H A DSasl.java11 * distributed under the License is distributed on an "AS IS" BASIS,
84 boolean is = false;
89 is = true;
95 if (is) {
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx2 # Use of this source code is governed by a BSD-style license that can be
103 Return None if None is passed in.
112 Will also retain the given handle until this object is deallocated.
178 raise TypeError('Buffer is read-only.')
291 The close operation is not called. It is the responsability of the caller to
292 ensure that the handle is not leaked.
297 """Returns whether this handle is valid."""
383 - if code is RESULT_OK, sizes will be None, and data will be a pair of
384 (buffer, handles) where buffer is
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-no.stderr.exp30 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
37 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
49 Address 0x........ is 79,969 bytes inside a block of size 80,000 alloc'd
56 Address 0x........ is 79,993 bytes inside a block of size 80,000 alloc'd
66 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
82 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
98 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
114 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
130 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
146 Address 0x........ is
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp24 Address 0x........ is not stack'd, malloc'd or (recently) free'd
40 Address 0x........ is not stack'd, malloc'd or (recently) free'd
53 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
88 Address 0x........ is not stack'd, malloc'd or (recently) free'd
104 Address 0x........ is not stack'd, malloc'd or (recently) free'd
108 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
131 Address 0x........ is not stack'd, malloc'd or (recently) free'd
153 Address 0x........ is no
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex7 % This program is free software; you can redistribute it and/or modify
12 % This program is distributed in the hope that it will be useful,
32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
40 blktrace is capable of producing tremendous amounts of output in the
42 run. It is also capable of producing some general statistics concerning
45 provides data we believe is useful to plot to provide visual comparisons
68 The simple pipeline to get going with \texttt{btt} is to perform the
80 errors in the trace streams saved, it is best to recapture the data
84 While this step is optiona
[all...]
/external/icu/icu4c/source/
H A Dicudefs.mk45 # The ICU data external name is usually icudata; the entry point name is
48 # name is the versioned platform-dependent one.
53 # the entry point is almost like the basename, but has the lib suffix.
122 # DEFS is for common macro definitions.
123 # configure prevents user defined DEFS, and configure's DEFS is not needed
125 # U_ATTRIBUTE_DEPRECATED is defined to hide warnings about deprecated API warnings.
127 # CFLAGS is for C only flags
129 # CXXFLAGS is for C++ only flags
131 # CPPFLAGS is fo
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk2 # Use of this source code is governed by a BSD-style license that can be
88 # Only fail to build if this is a top-level make. When building recursively, we
103 else # TOOLCHAIN is valid...
137 # Keep in mind however that the shell is responsible for command-line escaping,
139 # is used. For Cygwin shells this can include automatic and incorrect expansion
151 # If NACL_SDK_ROOT is not already set, then set it relative to this makefile.
158 # Check that NACL_SDK_ROOT is set to a valid location.
163 $(error NACL_SDK_ROOT is set to an invalid location: $(NACL_SDK_ROOT))
168 # If this makefile is part of a valid nacl SDK, but NACL_SDK_ROOT is se
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm11 is => 'ro',
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm19 is $token->get_start_index(), 0;
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java18 * software distributed under the License is distributed on an
49 * All available version information is provided in strings, where
50 * the string format is informal and subject to change without notice.
51 * Version information is provided for debugging output and interpretation
128 * This data is read from the version information for the package.
138 * This data is read from the version information for the package.
148 * This data is read from the version information for the package.
158 * This is just the <code>toString</code> output of the classloader,
183 // If version info is missing, a single "UNAVAILABLE" for the module
184 // is sufficien
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java13 * distributed under the License is distributed on an "AS IS" BASIS,
28 * This class is not a public API.
29 * It is public because it is used outside of this package.
44 /** Bit position if this element type is empty. */
47 /** Bit position if this element type is a flow. */
50 /** Bit position if this element type is a block. */
53 /** Bit position if this element type is a block form. */
56 /** Bit position if this element type is a block form field set. */
59 /** Bit position if this element type is CDAT
138 private boolean is(int flags) method in class:ElemDesc
[all...]
/external/bison/build-aux/
H A Dgit-version-gen7 # This program is free software: you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
25 # presumes this script is invoked like "./git-version-gen .tarball-version".
35 # but must be present in a tarball when there is no version control system.
49 # .tarball-version is never generated in a VC'd directory, so needn't
53 # automatically be up-to-date each time configure is run (and note that
78 There is NO warranty. You may redistribute this software
133 # First see if there is a tarball-only version file.
144 && echo "$0: WARNING: $tarball_version_file is missin
[all...]
/external/bzip2/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
18 # measurements show that the ARM version of ZLib is about x1.17 faster
/external/chromium_org/content/renderer/media/crypto/
H A Dpepper_cdm_wrapper_impl.h2 // Use of this source code is governed by a BSD-style license that can be
9 #error This file should only be included when ENABLE_PEPPER_CDMS is defined
35 // free them as necessary when this wrapper is destroyed. In particular, it
37 // this object is destroyed.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparsePatch.pl92 is($gotDiffHashRef->{$diffHashRefKey}, $expectedDiffHashRef->{$diffHashRefKey}, $testName);
/external/chromium_org/third_party/markupsafe/
H A D_speedups.c197 "string is not converted back to unicode."},
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh48 echo "The build is targeting the device: $TARGET_DEVICE"
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_config.h41 // This header is "private" to stacktrace.cc and
80 # error stacktrace without frame pointer is not supported on ARM
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_config.h41 // This header is "private" to stacktrace.cc and
76 # error stacktrace without frame pointer is not supported on ARM
/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh3 # Use of this source code is governed by a BSD-style license that can be
39 local machine. This is useful for installing APKs, running tests, etc while
44 REMOTE_ADB path to adb on the remote machine (you can omit this if adb is in
53 # Ensure adb is in the local machine's path.
69 echo "WARNING: local adb is not the same version as remote adb." >&2
/external/chromium_org/v8/
H A DMakefile.nacl45 $(error Host platform "${HOST_OS}" is not supported)
66 $(error Target architecture "${ARCH}" is not supported)
/external/chromium_org/v8/src/ic/arm/
H A Daccess-compiler-arm.cc2 // Use of this source code is governed by a BSD-style license that can be
36 DCHECK(r3.is(ElementTransitionAndStoreDescriptor::MapRegister()));
/external/chromium_org/v8/src/ic/arm64/
H A Daccess-compiler-arm64.cc2 // Use of this source code is governed by a BSD-style license that can be
24 // example, PropertyAccessCompiler::keyed_store_calling_convention()[3] (x3) is
43 DCHECK(x3.is(ElementTransitionAndStoreDescriptor::MapRegister()));
/external/chromium_org/v8/src/ic/ia32/
H A Daccess-compiler-ia32.cc2 // Use of this source code is governed by a BSD-style license that can be
35 DCHECK(ebx.is(ElementTransitionAndStoreDescriptor::MapRegister()));

Completed in 1322 milliseconds

<<21222324252627282930>>