HomeSort by relevance Sort by last modified time
    Searched defs:true (Results 126 - 150 of 468) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/ti/omap4-aah/security/tf_sdk/include/
s_type.h 82 #define true ( (bool)1 ) macro
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 82 #define true ( (bool)1 ) macro
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharsetEncoderDecoderBufferTest.java 34 * is done first with an out-buffer with hasArray()==true, and next with an out-buffer with
53 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'x'}), out, true); local
66 * is done first with an in-buffer with hasArray()==true, and next with an in-buffer with
83 decoder.decode(inWithoutArray, out, true);
92 * is done first with an out-buffer with hasArray()==true, and next with an out-buffer with
114 encoder.encode(CharBuffer.wrap("x"), out, true);
124 * is done first with an in-buffer with hasArray()==true, and next with an in-buffer with
141 encoder.encode(inWithoutArray, out, true);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterController.java 59 * @param persistent True when the given filter should be saved soon. False when the filter
90 checkFilterValidity(true /* notify listeners */);
114 setContactListFilter(filter, persistent, true);
133 ContactListFilter.FILTER_TYPE_CUSTOM), true); local
159 ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS), true, notifyListeners); local
165 * @return true if the Account for the current filter exists.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
AppPermissions.java 36 sAppLabelEllipsizePaint.setAntiAlias(true); typedefs
159 return true;
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 81 Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON), true, local
128 return true;
PointerSpeedPreference.java 60 Settings.System.getUriFor(Settings.System.POINTER_SPEED), true, local
84 mTouchInProgress = true;
117 mRestoredOldState = true;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MultiFoldersSelectionDialog.java 144 true /* includeOnlyInitiallySelected */);
219 true /* showUndo */, false /* isMoveTo */); local
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLAPISpecTest.java 55 assertEquals(argSpec.isPointer(), true); local
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 53 instanceLoc.set(workspacePath.toFile().toURI().toURL(), true); local
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcherTest.java 141 getTestDataFile(getProject(), "manifest.xml", "AndroidManifest.xml", true), local
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 35 super(bs.getRootDirEntryCount(), readOnly, true); local
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 683 true); local
695 true); local
    [all...]
  /art/test/458-checker-instruction-simplification/src/
Main.java 1075 assertBooleanEquals(NotNotBool(true), true); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 43 mPathMeasure = new PathMeasure(path, true);
63 mPathMeasure.setPath(mPath, true);
65 mPathMeasure.setPath(mPath, true);
74 mPathMeasure.setPath(mPath, true);
81 mPathMeasure.setPath(mPath, true);
91 measure.setPath(circle, true);
99 measure.setPath(line, true);
104 mPathMeasure.setPath(mPath, true);
111 mPathMeasure.setPath(mPath, true);
114 assertTrue(mPathMeasure.getSegment(0, mPathMeasure.getLength(), dst, true));
115 assertFalse(mPathMeasure.getSegment(mPathMeasure.getLength(), 0, dst, true)); local
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 131 prepTextViewSync(TEST_STRING, mockBaseKeyListener, true, 1, 1);
136 prepTextViewSync(TEST_STRING, mockBaseKeyListener, true, 1, 3);
141 prepTextViewSync(TEST_STRING, mockBaseKeyListener, true, 0, 0);
146 prepTextViewSync(TEST_STRING, mockBaseKeyListener, true, 2, 4);
151 prepTextViewSync(TEST_STRING, null, true, 1, 1);
501 prepTextViewSync(TEST_STRING, mockBaseKeyListener, true, 0, 0);
506 prepTextViewSync(mTextView.getText(), mockBaseKeyListener, true, 1, 2); local
513 prepTextViewSync(mTextView.getText(), mockBaseKeyListener, true, 2, 2); local
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 123 visitCommon(offset, length, true);
163 visitCommon(offset, length, true);
164 visitThrowing(offset, length, true);
173 visitCommon(offset, length, true);
175 visitThrowing(offset, length, true);
180 visitCommon(offset, length, true);
193 visitCommon(offset, length, true);
200 visitCommon(offset, length, true);
210 visitThrowing(offset, length, true);
230 addWorkIfNecessary(offset, true);
249 addWorkIfNecessary(cases.getDefaultTarget(), true); local
253 addWorkIfNecessary(cases.getTarget(i), true); local
361 addWorkIfNecessary(item.getHandlerPc(), true); local
    [all...]
  /development/host/windows/usb/api/
adb_api.h 34 #define true 1 macro
221 @param[in] exclude_not_present If true enumation will include only those
223 @param[in] exclude_removed If true interfaces with SPINT_REMOVED flag set
225 @param[in] active_only If true only active interfaces (with flag
246 @return true on success, false on error. If false is returned
262 @return true on success, false on error. If false is returned GetLastError()
306 @param[in] ansi If true the name will be returned as single character
308 @return true on success, false on failure. If false is returned
327 @param[in] ansi If true the name will be returned as single character
329 @return true on success, false on failure. If false is returned
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 32 private boolean autoPackEnabled = true;
37 labelPaint.setAntiAlias(true); typedefs
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java 52 private boolean drawIconBackgroundEnabled = true;
53 private boolean drawIconBorderEnabled = true;
62 textPaint.setAntiAlias(true); typedefs
  /external/clang/lib/Tooling/
Tooling.cpp 75 Jobs.Print(error_stream, "; ", true);
188 OwnsAction(true),
245 Compilation->getJobs().Print(llvm::errs(), "\n", true); local
367 ProcessingFailed = true;
398 return true;
  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 41 #define true (bool)1 macro
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 60 rep.AddStack(trace, true);
71 thr->is_freeing = true;
75 SyncVar *s = ctx->metamap.GetOrCreateAndLock(thr, pc, addr, true);
95 thr->is_freeing = true;
111 s->is_broken = true;
112 unlock_locked = true;
128 rep.AddStack(trace, true);
148 SyncVar *s = ctx->metamap.GetOrCreateAndLock(thr, pc, addr, true);
159 s->is_broken = true;
160 report_double_lock = true;
476 rep.AddStack(StackDepotGet(stk), true); local
480 rep.AddStack(StackTrace(&dummy_pc, 1), true); local
    [all...]
  /external/conscrypt/src/compat/java/org/conscrypt/
Platform.java 48 m_getCurveName.setAccessible(true); typedefs
59 f_impl.setAccessible(true);
63 f_fd.setAccessible(true);
211 getKey.setAccessible(true);
239 getPkeyContext.setAccessible(true);
280 * Returns true if the supplied hostname is an literal IP address.
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSignature.java 59 * True when engine is initialized to signing.
138 initInternal(OpenSSLKey.fromPrivateKey(privateKey), true); local
153 NativeCrypto.EC_KEY_set_nonce_from_hash(key.getNativeRef(), true); local

Completed in 2532 milliseconds

1 2 3 4 56 7 8 91011>>