OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:programs
(Results
1 - 25
of
111
) sorted by null
1
2
3
4
5
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerShader.java
29
public ArrayList<Integer>
programs
= new ArrayList<Integer>();
field in class:GLShader
42
shader.
programs
= (ArrayList<Integer>)
programs
.clone();
81
public SparseArray<GLProgram>
programs
= new SparseArray<GLProgram>();
field in class:GLServerShader
99
copy.
programs
= new SparseArray<GLProgram>(
programs
.size());
100
for (int i = 0; i <
programs
.size(); i++)
101
copy.
programs
.append(
programs
.keyAt(i),
programs
.valueAt(i).clone(copy))
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerShader.java
29
public ArrayList<Integer>
programs
= new ArrayList<Integer>();
field in class:GLShader
42
shader.
programs
= (ArrayList<Integer>)
programs
.clone();
81
public SparseArray<GLProgram>
programs
= new SparseArray<GLProgram>();
field in class:GLServerShader
99
copy.
programs
= new SparseArray<GLProgram>(
programs
.size());
100
for (int i = 0; i <
programs
.size(); i++)
101
copy.
programs
.append(
programs
.keyAt(i),
programs
.valueAt(i).clone(copy))
[
all
...]
/external/expat/conftools/
PrintPath
38
* )
programs
="$
programs
$args" ;;
46
# First of all, all OS/2
programs
have the '.exe' extension.
91
for program in $
programs
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
seekbackward_button.edc
43
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
seekforward_button.edc
43
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/
mute_button.edc
48
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
playpause_button.edc
48
programs
{
/external/astl/
Android.mk
15
# Build control file for Bionic's test
programs
16
# define the BIONIC_TESTS environment variable to build the test
programs
/system/extras/tests/sdcard/
Android.mk
15
# Build control file for Bionic's test
programs
16
# define the BIONIC_TESTS environment variable to build the test
programs
/system/media/wilhelm/tests/
Android.mk
38
# Build the manual test
programs
.
/system/media/wilhelm/tests/automated/
Android.mk
38
# Build the manual test
programs
.
/external/sonivox/arm-fm-22k/lib_src/
eas_fmsndlib.c
1611
const S_PROGRAM
programs
[] =
variable
[
all
...]
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/
search_cancel.edc
85
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/
search_decoration.edc
86
programs
{
/frameworks/base/libs/ui/tests/
Android.mk
47
# Build the manual test
programs
.
/frameworks/base/services/input/tests/
Android.mk
44
# Build the manual test
programs
.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.h
77
SymbolList *
programs
; // List of
programs
for this compilation.
member in struct:Scope_Rec
/external/antlr/src/org/antlr/runtime/
TokenRewriteStream.java
42
* machine instruction streams (
programs
) operating on a single input tape. :)
159
* I'm calling these things "
programs
."
162
protected Map
programs
= null;
field in class:TokenRewriteStream
172
programs
= new HashMap();
173
programs
.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE));
196
List is = (List)
programs
.get(programName);
198
programs
.put(programName, is.subList(MIN_TOKEN_INDEX,instructionIndex));
321
List is = (List)
programs
.get(name);
330
programs
.put(name, is);
362
List rewrites = (List)
programs
.get(programName)
[
all
...]
/external/valgrind/main/
valgrind.spec
18
memory management and threading bugs, and profile your
programs
in detail. You
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
button.edc
122
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
check.edc
127
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/
entry.edc
113
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc
102
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
radio.edc
127
programs
{
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/
search_field.edc
105
programs
{
Completed in 2125 milliseconds
1
2
3
4
5