HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 1 - 25 of 17213) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl 26 boolean rxEnable();
27 boolean rxDisable();
28 boolean rxIsEnabled() ;
29 boolean rxIsFMPaused();
31 boolean resumeFm();
32 boolean rxSetBand(int band);
33 boolean rxSetBand_nb(int band);
35 boolean rxGetBand_nb();
36 boolean rxSetChannelSpacing(int channelSpace);
37 boolean rxSetChannelSpacing_nb(int channelSpace)
    [all...]
  /dalvik/vm/mterp/c/
OP_AGET_BOOLEAN.cpp 1 HANDLE_OP_AGET(OP_AGET_BOOLEAN, "-boolean", u1, )
OP_APUT_BOOLEAN.cpp 1 HANDLE_OP_APUT(OP_APUT_BOOLEAN, "-boolean", u1, )
  /external/webkit/Source/WebKit/gtk/
webkitmarshal.list 0 BOOLEAN:ENUM,INT
2 BOOLEAN:INT,INT,STRING
3 BOOLEAN:OBJECT
4 BOOLEAN:OBJECT,OBJECT
5 BOOLEAN:OBJECT,OBJECT,ENUM
6 BOOLEAN:OBJECT,OBJECT,ENUM,BOOLEAN
7 BOOLEAN:OBJECT,OBJECT,OBJECT,OBJECT
8 BOOLEAN:OBJECT,OBJECT,STRING,OBJECT
9 BOOLEAN:OBJECT,STRIN
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
BooleanTest.java 24 * @tests java.lang.Boolean#hashCode()
27 assertEquals(1231, Boolean.TRUE.hashCode());
28 assertEquals(1237, Boolean.FALSE.hashCode());
32 * @tests java.lang.Boolean#Boolean(String)
35 assertEquals(Boolean.TRUE, new Boolean("TRUE"));
36 assertEquals(Boolean.TRUE, new Boolean("true"));
37 assertEquals(Boolean.TRUE, new Boolean("True"))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.1.js 24 ECMA Section: 15.6.1 The Boolean Function
25 15.6.1.1 Boolean( value )
26 15.6.1.2 Boolean ()
27 Description: Boolean( value ) should return a Boolean value
28 not a Boolean object) computed by
29 Boolean.toBooleanValue( value)
31 15.6.1.2 Boolean() returns false
38 VALUE Argument passed to the Boolean function
41 E_RETURN Expected return value of Boolean( VALUE
    [all...]
15.6.2.js 24 ECMA Section: 15.6.2 The Boolean Constructor
25 15.6.2.1 new Boolean( value )
26 15.6.2.2 new Boolean()
28 This test verifies that the Boolean constructor
31 be Boolean.prototype. The value of the object
32 should be ToBoolean( value ) (a boolean value).
42 var TITLE = "15.6.2 The Boolean Constructor; 15.6.2.1 new Boolean( value ); 15.6.2.2 new Boolean()";
54 array[item++] = new TestCase( SECTION, "typeof (new Boolean(1))", "object", typeof (new Boolean(1)) )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.2.js 25 Description: rules for converting an argument to a boolean.
28 Boolean input argument( no conversion )
50 testcases[tc++] = new TestCase( SECTION, "Boolean()", false, Boolean() );
51 testcases[tc++] = new TestCase( SECTION, "Boolean(var x)", false, Boolean(eval("var x")) );
52 testcases[tc++] = new TestCase( SECTION, "Boolean(void 0)", false, Boolean(void 0) );
53 testcases[tc++] = new TestCase( SECTION, "Boolean(null)", false, Boolean(null) )
    [all...]
  /external/libsepol/src/
boolean_record.c 9 /* This boolean's name */
17 /* This boolean's name */
29 ERR(handle, "out of memory, " "could not create boolean key");
50 const sepol_bool_t * boolean,
54 if (sepol_bool_key_create(handle, boolean->name, key_ptr) < 0) {
55 ERR(handle, "could not extract key from boolean %s",
56 boolean->name);
68 int sepol_bool_compare(const sepol_bool_t * boolean,
72 return strcmp(boolean->name, key->name);
75 int sepol_bool_compare2(const sepol_bool_t * boolean,
128 sepol_bool_t *boolean = (sepol_bool_t *) malloc(sizeof(sepol_bool_t)); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
AsymmetricKeyParameter.java 8 boolean privateKey;
11 boolean privateKey)
16 public boolean isPrivate()
  /external/nist-sip/java/javax/sip/header/
AcceptHeader.java 8 boolean allowsAllContentSubTypes();
9 boolean allowsAllContentTypes();
13 boolean hasQValue();
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 32 boolean isEnabled();
34 boolean enable();
35 boolean enableNoAutoConnect();
36 boolean disable();
40 boolean setName(in String name);
44 boolean setScanMode(int mode, int duration);
47 boolean setDiscoverableTimeout(int timeout);
49 boolean startDiscovery();
50 boolean cancelDiscovery();
51 boolean isDiscovering()
    [all...]
IBluetoothHeadset.aidl 28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
35 boolean startVoiceRecognition(in BluetoothDevice device);
36 boolean stopVoiceRecognition(in BluetoothDevice device);
37 boolean isAudioConnected(in BluetoothDevice device);
43 boolean acceptIncomingConnect(in BluetoothDevice device);
44 boolean rejectIncomingConnect(in BluetoothDevice device);
47 boolean isAudioOn();
48 boolean connectAudio()
    [all...]
  /dalvik/tests/040-miranda/src/
MirandaClass2.java 2 public boolean inInterface() {
MirandaInterface.java 8 public boolean inInterface();
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/
LogLum.j3md 8 Boolean DecodeLum
9 Boolean EncodeLum
10 Boolean Blocks
11 Boolean ComputeMax
  /external/nist-sip/java/javax/sip/address/
Address.java 9 boolean hasDisplayName();
15 boolean isSIPAddress();
20 boolean isWildcard();
23 boolean equals(Object obj);
  /external/webkit/LayoutTests/fast/xpath/
nan-to-boolean-expected.txt 1 Test for bug 12807: XPath incorrectly converts NaN to boolean.
  /external/libnfc-nci/src/include/
trace_api.h 36 BT_API extern void DispAMPFrame (BT_HDR *p_buf, BOOLEAN is_recv, BD_ADDR bd_addr);
37 BT_API extern void DispRFCOMMFrame (BT_HDR *p_buf, BOOLEAN is_recv);
38 BT_API extern void DispL2CCmd(BT_HDR *p_buf, BOOLEAN is_recv);
39 BT_API extern void DispSdp (BT_HDR *p_msg, BOOLEAN is_rcv, BOOLEAN is_segment);
40 BT_API extern void DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
41 BT_API extern void DispTcsMsg (BT_HDR *p_buf, BOOLEAN is_recv);
43 BT_API extern void DispHciAclData (BT_HDR *p_buf, BOOLEAN is_rcvd);
44 BT_API extern void DispHciScoData (BT_HDR *p_buf, BOOLEAN is_rcvd);
46 BT_API extern void DispBnep (BT_HDR *p_buf, BOOLEAN is_recv)
    [all...]
  /libcore/luni/src/main/java/java/lang/
Boolean.java 23 * The wrapper for the primitive type {@code boolean}.
27 public final class Boolean implements Serializable, Comparable<Boolean> {
32 * The boolean value of the receiver.
34 private final boolean value;
38 * boolean}.
41 public static final Class<Boolean> TYPE
42 = (Class<Boolean>) boolean[].class.getComponentType();
43 // Note: Boolean.TYPE can't be set to "boolean.class", since *that* i
    [all...]
  /external/webkit/Source/WebCore/dom/
KeyboardEvent.idl 36 readonly attribute boolean ctrlKey;
37 readonly attribute boolean shiftKey;
38 readonly attribute boolean altKey;
39 readonly attribute boolean metaKey;
40 readonly attribute boolean altGraphKey;
43 boolean getModifierState(in DOMString keyIdentifierArg);
48 in boolean canBubble,
49 in boolean cancelable,
53 in boolean ctrlKey,
54 in boolean altKey
    [all...]
  /external/libsepol/include/sepol/
boolean_record.h 20 const sepol_bool_t * boolean,
25 extern int sepol_bool_compare(const sepol_bool_t * boolean,
28 extern int sepol_bool_compare2(const sepol_bool_t * boolean,
32 extern const char *sepol_bool_get_name(const sepol_bool_t * boolean);
35 sepol_bool_t * boolean, const char *name);
38 extern int sepol_bool_get_value(const sepol_bool_t * boolean);
40 extern void sepol_bool_set_value(sepol_bool_t * boolean, int value);
46 const sepol_bool_t * boolean,
49 extern void sepol_bool_free(sepol_bool_t * boolean);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidBooleanTest.java 27 Boolean a = new Boolean(true);
28 Boolean b = new Boolean("True");
29 Boolean c = new Boolean(false);
30 Boolean d = new Boolean("Yes");
38 assertEquals(Boolean.TRUE, a);
39 assertEquals(Boolean.FALSE, c)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
ActivityController.java 26 boolean onMenuOpened(int featureId, Menu menu);
40 boolean onCreateOptionsMenu(Menu menu);
42 boolean onPrepareOptionsMenu(Menu menu);
44 boolean onOptionsItemSelected(MenuItem item);
48 boolean onContextItemSelected(MenuItem item);
50 boolean onKeyDown(int keyCode, KeyEvent event);
52 boolean onKeyLongPress(int keyCode, KeyEvent event);
54 boolean onKeyUp(int keyCode, KeyEvent event);
62 boolean onSearchRequested();
64 boolean dispatchKeyEvent(KeyEvent event)
    [all...]
  /frameworks/base/core/java/android/webkit/
DebugFlags.java 30 public static final boolean BROWSER_FRAME = false;
31 public static final boolean CACHE_MANAGER = false;
32 public static final boolean CALLBACK_PROXY = false;
33 public static final boolean COOKIE_MANAGER = false;
34 public static final boolean COOKIE_SYNC_MANAGER = false;
35 public static final boolean FRAME_LOADER = false;
36 public static final boolean J_WEB_CORE_JAVA_BRIDGE = false;// HIGHLY VERBOSE
37 public static final boolean LOAD_LISTENER = false;
38 public static final boolean NETWORK = false;
39 public static final boolean SSL_ERROR_HANDLER = false
    [all...]

Completed in 5093 milliseconds

1 2 3 4 5 6 7 8 91011>>