HomeSort by relevance Sort by last modified time
    Searched full:program (Results 376 - 400 of 16863) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/asm-mips/
irq_regs.h 2 * This program is free software; you can redistribute it and/or
  /external/kernel-headers/original/linux/netfilter/
xt_connmark.h 7 * This program is free software; you can redistribute it and/or modify
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.8 3 captest \- a program to demonstrate capabilities
7 \fBcaptest\fP is a program that demonstrates and prints out the current process capabilities. Each option prints the same report. It will output current capabilities. then it will try to access /etc/shadow directly to show if that can be done. Then it creates a child process that attempts to read /etc/shadow and outputs the results of that. Then it outputs the capabilities that a child process would have.
9 You can also apply file system capabilities to this program to study how they work. For example, filecap /usr/bin/captest chown. Then run captest as a normal user. Another interesting test is to make captest suid root so that you can see what the interaction is between root's credentials and capabilities. For example, chmod 4755 /usr/bin/captest. When run as a normal user, the program will see if privilege escalation is possible. But do not leave this app setuid root after you are don testing so that an attacker cannot take advantage of it.
  /external/llvm/test/Other/
close-stderr.ll 9 ; program cleanly rather than aborting.
  /external/openssl/crypto/des/
DES.pm 16 # processed by the autosplit program.
  /external/proguard/docs/
GPL_exception.html 14 This program is free software; you can redistribute it and/or modify it under
21 This program is distributed in the hope that it will be useful, but WITHOUT
28 this program; if not, write to the Free Software Foundation, Inc., 59 Temple
34 the code of this program with the following stand-alone applications:
  /external/proguard/src/proguard/
DuplicateClassPrinter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
52 "Note: duplicate definition of program class [" +
  /external/proguard/src/proguard/classfile/
ProgramField.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
28 * Representation of a field from a program class.
  /external/proguard/src/proguard/classfile/editor/
InterfaceSorter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
30 * This ClassVisitor sorts the interfaces of the program classes that it visits.
  /external/proguard/src/proguard/classfile/visitor/
ProgramMemberFilter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
28 * <code>MemberVisitor</code>, but only when visiting members of program
  /external/proguard/src/proguard/optimize/
ConstantMemberFilter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
30 * This <code>MemberVisitor</code> delegates its visits to program class members
WriteOnlyFieldFilter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
29 * This <code>MemberVisitor</code> delegates its visits to program fields to
  /external/proguard/src/proguard/optimize/peephole/
ClassFinalizer.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
29 * This <code>ClassVisitor</code> makes the program classes that it visits
  /external/proguard/src/proguard/preverify/
SubroutineInliner.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
49 * Performs subroutine inlining of the given program class pool.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetTicks.3 11 Get the number of milliseconds since the SDL library initialization\&. Note that this value wraps if the program runs for more than ~49 days\&.
  /external/quake/quake/src/QW/client/
sys.h 4 This program is free software; you can redistribute it and/or
9 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
50 // an error will cause the entire program to exit
  /external/quake/quake/src/WinQuake/
sys.h 4 This program is free software; you can redistribute it and/or
9 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
50 // an error will cause the entire program to exit
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/valgrind/main/drd/tests/
pth_process_shared_mutex.c 2 * Test program that locks and unlocks a process-shared mutex.
pth_uninitialized_cond.c 1 /* Test program to verify whether DRD only complains about uninitialized
  /external/valgrind/main/none/tests/darwin/
rlimit.c 1 // Small test program to demonstrate Valgrind bug.
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Shader.java 39 protected ArrayList<Program.TextureType > mShaderTextureTypes;
41 protected ArrayList<Program.TextureType > mTextureTypes;
49 mShaderTextureTypes = new ArrayList<Program.TextureType>();
51 mTextureTypes = new ArrayList<Program.TextureType>();
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.in.h 8 This program is free software; you can redistribute it and/or modify it
13 This program is distributed in the hope that it will be useful,
19 License along with this program; if not, write to the Free Software
36 request, the program just crashes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_connmark.h 7 * This program is free software; you can redistribute it and/or modify

Completed in 844 milliseconds

<<11121314151617181920>>