OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirarray
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
MaskFilter.cpp
27
static SkMaskFilter* createEmboss(JNIEnv* env, jobject, jfloatArray
dirArray
, float ambient, float specular, float radius) {
30
AutoJavaFloatArray autoDir(env,
dirArray
, 3);
/external/elfutils/libdw/
dwarf_getsrclines.c
257
struct dirlist **
dirarray
local
258
= (struct dirlist **) alloca (ndirlist * sizeof (*
dirarray
));
260
dirarray
[n] = dirlist;
306
dirarray
[diridx]->len + 1
310
if (
dirarray
[diridx]->dir != NULL)
316
cp = stpcpy (cp,
dirarray
[diridx]->dir);
321
<
dirarray
[diridx]->len + 1 + fnamelen + 1);
461
libdw_alloc (dbg, char, 1, (
dirarray
[diridx]->len + 1
465
if (
dirarray
[diridx]->dir != NULL)
471
cp = stpcpy (cp,
dirarray
[diridx]->dir)
[
all
...]
ChangeLog
140
Save
DIRARRAY
in the Dwarf_Files.
[
all
...]
Completed in 446 milliseconds