OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usable
(Results
1 - 25
of
723
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/workers/
WorkerContext.idl
96
attribute [JSCCustomGetter,EnabledAtRuntime] WebSocketConstructor WebSocket; //
Usable
with the new operator
121
attribute ArrayBufferConstructor ArrayBuffer; //
Usable
with new operator
122
attribute Int8ArrayConstructor Int8Array; //
Usable
with new operator
123
attribute Uint8ArrayConstructor Uint8Array; //
Usable
with new operator
124
attribute Int16ArrayConstructor Int16Array; //
Usable
with new operator
125
attribute Uint16ArrayConstructor Uint16Array; //
Usable
with new operator
126
attribute Int32ArrayConstructor Int32Array; //
Usable
with new operator
127
attribute Uint32ArrayConstructor Uint32Array; //
Usable
with new operator
128
attribute Float32ArrayConstructor Float32Array; //
Usable
with new operator
129
attribute Float64ArrayConstructor Float64Array; //
Usable
with new operator
[
all
...]
/external/chromium/chrome/browser/renderer_host/
DEPS
3
# layer should be
usable
in contexts other than inside TabContents. Instead,
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java
55
private boolean
usable
= false;
field in class:Shader
101
boolean
usable
= false;
field in class:Shader.ShaderSource
116
usable
= false;
178
return
usable
;
181
public void setUsable(boolean
usable
){
182
this.
usable
=
usable
;
200
usable
= false;
387
return
usable
;
392
* @param
usable
[
all
...]
/external/webkit/Source/WebCore/page/
DOMWindow.idl
485
attribute [CustomGetter] HTMLImageElementConstructor Image; //
Usable
with new operator
486
attribute [CustomGetter] HTMLOptionElementConstructor Option; //
Usable
with new operator
505
attribute [JSCCustomGetter] ArrayBufferConstructor ArrayBuffer; //
Usable
with new operator
506
attribute [JSCCustomGetter] Int8ArrayConstructor Int8Array; //
Usable
with new operator
507
attribute [JSCCustomGetter] Uint8ArrayConstructor Uint8Array; //
Usable
with new operator
508
attribute [JSCCustomGetter] Int16ArrayConstructor Int16Array; //
Usable
with new operator
509
attribute [JSCCustomGetter] Uint16ArrayConstructor Uint16Array; //
Usable
with new operator
510
attribute [JSCCustomGetter] Int32ArrayConstructor Int32Array; //
Usable
with new operator
511
attribute [JSCCustomGetter] Uint32ArrayConstructor Uint32Array; //
Usable
with new operator
512
attribute [JSCCustomGetter] Float32ArrayConstructor Float32Array; //
Usable
with new operato
[
all
...]
/frameworks/base/docs/html/training/improving-layouts/
reusing-layouts.jd
20
<li><a href="#Create">Create a Re-
usable
Layout</a></li>
38
<p>Although Android offers a variety of widgets to provide small and re-
usable
interactive elements,
51
<h2 id="Create">Create a Re-
usable
Layout</h2>
75
<p>Inside the layout to which you want to add the re-
usable
component, add the {@code
123
re-used in multiple layouts, then the re-
usable
layout in which you place the two views requires its
125
re-
usable
layout would result in a vertical {@link android.widget.LinearLayout} inside a
130
{@code <merge>} element as the root view for the re-
usable
layout. For example:</p>
/bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S
24
/* can't have a ret here since we no longer have a
usable
stack. Seems
/bionic/libc/bionic/
wcscoll.c
33
* This function is provided to make libstdc++-v3
usable
.
/external/chromium/chrome/browser/search_engines/
search_terms_data.h
39
// Implementation of SearchTermsData that is only
usable
on the UI thread.
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java
30
*
usable
in GWT.
/external/kernel-headers/original/asm-x86/
desc_defs.h
6
* Segment descriptor structure definitions,
usable
from both x86_64 and i386
/external/libcap-ng/libcap-ng-0.7/m4/
cap-ng.m4
24
# Check results are
usable
/external/oprofile/libpp/
image_errors.cpp
62
cerr << "is not in a
usable
binary format.\n";
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt_s.h
53
/* For joystick driver to know if this is
usable
*/
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
main.cpp
62
/* printf("Could not find a
usable
WinSock.dll\n"); */
/frameworks/base/core/java/android/annotation/
Widget.java
25
* Indicates a class is a widget
usable
by application developers to create UI.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kernel.h
13
unsigned long totalram; /* Total
usable
main memory size */
route.h
48
#define RTF_UP 0x0001 /* route
usable
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernel.h
13
unsigned long totalram; /* Total
usable
main memory size */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernel.h
13
unsigned long totalram; /* Total
usable
main memory size */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SeekBarRule.java
38
// almost no
usable
width -- so just make it grow in all layouts
/external/chromium/base/memory/
singleton_objc.h
37
// Singleton traits
usable
to manage traditional Objective-C objects, which
/external/dropbear/
algo.h
37
unsigned
usable
: 1; /* whether we can use this algorithm */
member in struct:Algo_Type
/external/iptables/include/linux/
kernel.h
16
unsigned long totalram; /* Total
usable
main memory size */
/external/kernel-headers/original/linux/
route.h
51
#define RTF_UP 0x0001 /* route
usable
*/
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.c
55
/* Check if current SB3 mode is
usable
, i.e. 8 or 16bpp */
Completed in 1975 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>